Clavis API
API Security
The APIs are secured using the Client ID & Secret authentication. Every consumer must pass these parameters in every request to the API. These parameters should be passed as standard HTTP Authorization headers in the request.
An HTTP request containing authentication headers is shown below:
```
GET /api/v1/status HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/json
Host: http://uat-api-pim-clavis-housekeeping.eu.cloudhub.io/api/v1
Authorization: Basic XXXXXXXXXXXX